testsuite: Stop using GtkSpinner::active
authorMatthias Clasen <mclasen@redhat.com>
Wed, 11 Mar 2020 20:37:10 +0000 (16:37 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 11 Mar 2020 23:35:55 +0000 (19:35 -0400)
This property was renamed to ::spinning.

testsuite/a11y/spinner.ui

index 04a9d4302f703ef8fef407e6dc9e18943eae6a70..e268aafefd24ccb40cb1d75f76b65676a41ce293 100644 (file)
@@ -6,7 +6,7 @@
     <child>
       <object class="GtkSpinner" id="spinner1">
         <property name="visible">True</property>
-        <property name="active">True</property>
+        <property name="spinning">True</property>
       </object>
     </child>
   </object>